github.com/go-pg/pg/v10/orm.Table.tryM2MRelation (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L949: 	if t.tryM2MRelation(field, pgTag) {
		table.go#L962: func (t *Table) tryM2MRelation(field *Field, pgTag *tagparser.Tag) bool {